home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Saar AMOK 2
/
Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso
/
disks
/
651_700
/
663
/
mathplot
/
installlibs
< prev
next >
Wrap
Text File
|
1994-01-01
|
216b
|
10 lines
echo "You need mtool.library in LIBS:*N"
if exists libs:mtool.library
echo "Found version:"
version mtool.library
else
echo "I'll install the library for you !"
copy mtool.library to libs:
endif
echo "*NReady !"